home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FinderFlocks.sit / FinderFlocks / Read Me < prev    next >
Text File  |  1996-06-23  |  1KB  |  23 lines

  1. This code is skanky, but only because there's lots of legacy junk in there that
  2. I didn't get around to cleaning up. Lots of stuff will seem bizarre, but there
  3. are probably good historical reasons for it. Of course, you don't know the history,
  4. but trust me.
  5.  
  6. The techniques are clean, though, no patching or other ugliness.
  7. Apple's DrawSprocket is used to simulate the Finder screen, and the 
  8. scriptable Finder is queried to get the icons and positions and so on (which
  9. is why it takes so long to start up). The flocking algorithm is based on a
  10. paper presented at Siggraph several years ago by Craig Reynolds.
  11.  
  12. -FinderFlocks II improvements:
  13. it works with small icons too, it handles the case where an icl8 isn't
  14. available, and they all go home when you quit. 
  15.  
  16. -How to use it:
  17. Put the app in a finder window with 100 or less items in it. Make sure the window is
  18. view-by-icon or view-by-small-icon, and is open all the way, with all items visible.
  19. Launch the app. Wait a while. Funky. Command-anything will quit.
  20.  
  21. Dave Johnson
  22. dkj@apple.com
  23. 6/96